projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93ef35e
)
(grep): Bind compilation-disable-input to t.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 20 Aug 2005 21:47:40 +0000
(21:47 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 20 Aug 2005 21:47:40 +0000
(21:47 +0000)
lisp/progmodes/grep.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/grep.el
b/lisp/progmodes/grep.el
index d6387d39017709be1b0ce23bc215d5a60207ac2e..5c3ce5ec34c5574357d585846d2fa3474daff90c 100644
(file)
--- a/
lisp/progmodes/grep.el
+++ b/
lisp/progmodes/grep.el
@@
-517,7
+517,8
@@
temporarily highlight in visited source lines."
;; Setting process-setup-function makes exit-message-function work
;; even when async processes aren't supported.
- (let ((compilation-process-setup-function 'grep-process-setup))
+ (let ((compilation-process-setup-function 'grep-process-setup)
+ (compilation-disable-input t))
(compilation-start (if (and grep-use-null-device null-device)
(concat command-args " " null-device)
command-args)